const net/http.http2ErrCodeProtocol

62 uses

	net/http (current package)
		h2_bundle.go#L1344: 	http2ErrCodeProtocol           http2ErrCode = 0x1
		h2_bundle.go#L1361: 	http2ErrCodeProtocol:           "PROTOCOL_ERROR",
		h2_bundle.go#L2124: 			return fr.connError(http2ErrCodeProtocol,
		h2_bundle.go#L2130: 			return fr.connError(http2ErrCodeProtocol,
		h2_bundle.go#L2135: 		return fr.connError(http2ErrCodeProtocol, fmt.Sprintf("unexpected CONTINUATION for stream %d", fh.StreamID))
		h2_bundle.go#L2179: 		return nil, http2connError{http2ErrCodeProtocol, "DATA frame with stream ID 0"}
		h2_bundle.go#L2199: 		return nil, http2connError{http2ErrCodeProtocol, "pad size larger than data payload"}
		h2_bundle.go#L2310: 		return nil, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L2438: 		return nil, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L2476: 		return nil, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L2541: 			return nil, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L2544: 		return nil, http2streamError(fh.StreamID, http2ErrCodeProtocol)
		h2_bundle.go#L2604: 		return nil, http2connError{http2ErrCodeProtocol, "HEADERS frame with stream ID 0"}
		h2_bundle.go#L2630: 		return nil, http2streamError(fh.StreamID, http2ErrCodeProtocol)
		h2_bundle.go#L2739: 		return nil, http2connError{http2ErrCodeProtocol, "PRIORITY frame with stream ID 0"}
		h2_bundle.go#L2792: 		return nil, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L2820: 		return nil, http2connError{http2ErrCodeProtocol, "CONTINUATION frame with stream ID 0"}
		h2_bundle.go#L2880: 		return nil, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L2902: 		return nil, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L3169: 			return mh, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L3181: 			return mh, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L3209: 		return nil, http2StreamError{mh.StreamID, http2ErrCodeProtocol, invalid}
		h2_bundle.go#L3216: 		return nil, http2StreamError{mh.StreamID, http2ErrCodeProtocol, err}
		h2_bundle.go#L3621: 			return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L3629: 			return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L3633: 			return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L4599: 			sc.rejectConn(http2ErrCodeProtocol, "invalid settings")
		h2_bundle.go#L5644: 			return sc.countError("first_settings", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5684: 		return sc.countError("push_promise", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5709: 		return sc.countError("ping_on_stream", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5725: 			return sc.countError("stream_idle", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5757: 		return sc.countError("reset_idle_stream", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5821: 			return sc.countError("ack_mystery", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5829: 		return sc.countError("settings_big_or_dups", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5921: 		return sc.countError("data_on_idle", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5963: 		return sc.countError("send_too_much", http2streamError(id, http2ErrCodeProtocol))
		h2_bundle.go#L6076: 		return sc.countError("headers_even", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L6104: 		return sc.countError("stream_went_down", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L6121: 			return sc.countError("over_max_streams", http2streamError(id, http2ErrCodeProtocol))
		h2_bundle.go#L6206: 		return sc.countError("dup_trailers", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L6210: 		return sc.countError("trailers_not_ended", http2streamError(st.id, http2ErrCodeProtocol))
		h2_bundle.go#L6214: 		return sc.countError("trailers_pseudo", http2streamError(st.id, http2ErrCodeProtocol))
		h2_bundle.go#L6223: 				return sc.countError("trailers_bogus", http2streamError(st.id, http2ErrCodeProtocol))
		h2_bundle.go#L6238: 		return sc.countError("priority", http2streamError(streamID, http2ErrCodeProtocol))
		h2_bundle.go#L6300: 		return nil, nil, sc.countError("bad_connect", http2streamError(f.StreamID, http2ErrCodeProtocol))
		h2_bundle.go#L6306: 			return nil, nil, sc.countError("bad_connect", http2streamError(f.StreamID, http2ErrCodeProtocol))
		h2_bundle.go#L6319: 		return nil, nil, sc.countError("bad_path_method", http2streamError(f.StreamID, http2ErrCodeProtocol))
		h2_bundle.go#L6407: 			return nil, nil, sc.countError("bad_path", http2streamError(st.id, http2ErrCodeProtocol))
		h2_bundle.go#L8167: 		if se.Code == http2ErrCodeProtocol && se.Cause == http2errFromPeer {
		h2_bundle.go#L9958: 				return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L10006: 			Code:     http2ErrCodeProtocol,
		h2_bundle.go#L10035: 			Code:     http2ErrCodeProtocol,
		h2_bundle.go#L10200: 		return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L10206: 		return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L10211: 		return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L10334: 			return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L10363: 			Code:     http2ErrCodeProtocol,
		h2_bundle.go#L10371: 			Code:     http2ErrCodeProtocol,
		h2_bundle.go#L10380: 				Code:     http2ErrCodeProtocol,
		h2_bundle.go#L10534: 		return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L10646: 	if f.ErrCode == http2ErrCodeProtocol {
		h2_bundle.go#L10739: 	return http2ConnectionError(http2ErrCodeProtocol)